home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Tools 2
/
Amiga Tools 2.iso
/
dfue
/
avmnfax
/
source
/
stdtail.avmsrc
< prev
Wrap
Text File
|
1995-03-09
|
4KB
|
244 lines
startrecord=true
label=
nodetype=14
comment=This is the standard tail
nextactiontype=2
nextactionaction=exit
endrecord=true
startrecord=true
label=
nodetype=7
filename=avm:rexx/logfunctions.avm
nextactiontype=3
nextactionaction=
endrecord=true
startrecord=true
label=
nodetype=7
filename=avm:rexx/debugfunctions.avm
nextactiontype=3
nextactionaction=
endrecord=true
startrecord=true
label=
nodetype=7
filename=avm:rexx/mailboxfunctions.avm
nextactiontype=3
nextactionaction=
endrecord=true
startrecord=true
label=
nodetype=7
filename=avm:rexx/getnumber.avm
nextactiontype=3
nextactionaction=
endrecord=true
startrecord=true
label=
nodetype=7
filename=avm:rexx/playnumber.avm
nextactiontype=3
nextactionaction=
endrecord=true
startrecord=true
label=
nodetype=7
filename=avm:rexx/playddnumber.avm
nextactiontype=3
nextactionaction=
endrecord=true
startrecord=true
label=
nodetype=7
filename=avm:rexx/playtime.avm
nextactiontype=3
nextactionaction=
endrecord=true
startrecord=true
label=
nodetype=7
filename=avm:rexx/playdate.avm
nextactiontype=3
nextactionaction=
endrecord=true
startrecord=true
label=
nodetype=7
filename=avm:rexx/recordmessage.avm
nextactiontype=3
nextactionaction=
endrecord=true
startrecord=true
label=aapresentmenu
nodetype=7
filename=avm:rexx/presentmenu.avm
nextactiontype=3
nextactionaction=
endrecord=true
startrecord=true
label=aaprocessmailbox
nodetype=7
filename=avm:rexx/processmailbox.avm
nextactiontype=3
nextactionaction=
endrecord=true
startrecord=true
label=stdabort
nodetype=8
line1=
line2=
line3=
line4=
line5=
line6=
line7=
line8=
line9=
line10=
nextactiontype=2
nextactionaction=exit
endrecord=true
startrecord=true
label=stdbusy
nodetype=8
line1=
line2=
line3=
line4=
line5=
line6=
line7=
line8=
line9=
line10=
nextactiontype=2
nextactionaction=exit
endrecord=true
startrecord=true
label=stderror
nodetype=8
line1=
line2=
line3=
line4=
line5=
line6=
line7=
line8=
line9=
line10=
nextactiontype=2
nextactionaction=exit
endrecord=true
startrecord=true
label=stdtimedout
nodetype=8
line1=
line2=
line3=
line4=
line5=
line6=
line7=
line8=
line9=
line10=
nextactiontype=2
nextactionaction=exit
endrecord=true
startrecord=true
label=stdfaxinstruct
nodetype=1
filename='avm:voices/FaxStarting'
comment=Please press the start button on your fax machine now.
keyactiontype=2
keyactionaction=call checkifabort
faxactiontype=3
faxactionaction=
dataactiontype=3
dataactionaction=
busyactiontype=0
busyactionaction=stdbusy
abortactiontype=0
abortactionaction=stdabort
erroractiontype=3
erroractionaction=
nextactiontype=3
nextactionaction=
endrecord=true
startrecord=true
label=stdfax
nodetype=8
line1=faxscript = getclip(address() || 'FAXSCRIPT')
line2=if faxscript = '' then faxscript = 'handlefax'
line3=if symbol('mailbox') = 'VAR' then address rexx faxscript address() mailbox
line4=else address rexx faxscript address() 'anonymous'
line5=
line6=
line7=
line8=
line9=
line10=
nextactiontype=2
nextactionaction=exit
endrecord=true
startrecord=true
label=stddatainstruct
nodetype=1
filename='avm:voices/DataStarting'
comment=Please type in ATD followed by a carriage return. Then, put down the handset.
keyactiontype=2
keyactionaction=call checkifabort
faxactiontype=3
faxactionaction=
dataactiontype=3
dataactionaction=
busyactiontype=0
busyactionaction=stdbusy
abortactiontype=0
abortactionaction=stdabort
erroractiontype=3
erroractionaction=
nextactiontype=3
nextactionaction=
endrecord=true
startrecord=true
label=stddata
nodetype=8
line1=datascript = getclip(address() || 'DATASCRIPT')
line2=if datascript = '' then datascript = 'handledata'
line3=if symbol('mailbox') = 'VAR' then address rexx datascript address() mailbox
line4=else address rexx datascript address()
line5=
line6=
line7=
line8=
line9=
line10=
nextactiontype=2
nextactionaction=exit
endrecord=true
startrecord=true
label=checkifabort
nodetype=4
timeout=3
numkeys=1
untilkey=0
keyactiontype=2
keyactionaction=if value = '*' then signal stdabort
faxactiontype=3
faxactionaction=
dataactiontype=3
dataactionaction=
busyactiontype=0
busyactionaction=stdbusy
timedoutactiontype=3
timedoutactionaction=
abortactiontype=0
abortactionaction=stdabort
erroractiontype=0
erroractionaction=stderror
nextactiontype=2
nextactionaction=return
endrecord=true